home *** CD-ROM | disk | FTP | other *** search
/ Nathaniel Hawthorne / Nathaniel Hawthorne.iso / mac / Run NH / Run NH.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-12-09  |  186 b   |  9 lines

  1. on startMovie
  2.   global gHDpath, cdpath
  3.   cursor(4)
  4.   set the searchCurrentFolder to 1
  5.   set cdpath to CheckDrive("NH")
  6.   append(the searchPath, cdpath)
  7.   set gHDpath to the pathName
  8. end
  9.